Skip to content

ci: update to cibuildwheel 3.0 #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 11, 2025
Merged

ci: update to cibuildwheel 3.0 #345

merged 4 commits into from
Jun 11, 2025

Conversation

henryiii
Copy link
Member

No description provided.

test-extras = "test"
test-command = "pytest {project}/tests"
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need 32-bit linux? We've removed it from "auto", so you need to add "auto32" for it. I don't think numpy ships 32-bit linux wheels?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't build them those wheels either. So this is fine.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also now try building the musl linux variant FWIW

@@ -90,11 +90,11 @@ strict_equality = true
ignore_missing_imports = true

[tool.cibuildwheel]
skip = "pp*"
# Skip musllinux builds for the moment
skip = "*-musllinux_*"
test-extras = "test"
test-command = "pytest {project}/tests"
manylinux-x86_64-image = "manylinux2014"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you pinning an old version here? We've moved to manylinux_2_28, and numpy 2.3 only ships 2_28 wheels. Why no numpy 2.3, by the way?

Copy link
Collaborator

@lgray lgray Jun 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a bug in awkward array that makes it incompatible with 2.3 for the time being. The fix is in progress.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So long as python 3.9 is supported in manylinux_2_28 I'm fine to use the default. But let's do that in another PR since this is just a CI tool update.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can leave 3.9 and 3.10 as manylinux 2014 if you want, that's also an option with overrides.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there's a very good reason to.

@lgray lgray enabled auto-merge (squash) June 11, 2025 16:23
@lgray lgray merged commit 004d8ff into main Jun 11, 2025
36 checks passed
@lgray lgray deleted the henryiii-patch-2 branch June 11, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants